home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 December / Software of the Month Club 1996 December.iso / pc / dos / sri / edu / qasa / demo2.bat < prev    next >
Encoding:
DOS Batch File  |  1995-10-14  |  1.0 KB  |  23 lines

  1. @echo off
  2. @echo  
  3. @echo This demonstration shows how QASA can present a test in
  4. @echo a manner that allows you, the test-taker, to review all
  5. @echo of your answers before you commit them by ending the test.
  6. @echo QASA will not end the test, even after you answer all of
  7. @echo the questions, since you are permitted to make changes as
  8. @echo long as you wish.
  9. @echo  
  10. @echo Since this test is not timed, you will be able to save it
  11. @echo and resume where you left off at a later time.
  12. @echo  
  13. @echo This example does not show you any scoring information,
  14. @echo even though it is being collected. Since you are able to
  15. @echo change your answers, you will not be given any information
  16. @echo that could provide you with the correct answer. Even if
  17. @echo you allow the correct answer to be shown (though a command
  18. @echo in the database), any question for which you are shown the
  19. @echo answer will no longer be accessible for you to correct.
  20. @echo  
  21. @pause Press Any Key to Start The Demonstration.
  22. @qasa -vsa demo2
  23.